home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today - The Disc! 5 / CD-ROM Today - The Disc (Issue 5)(November 1994).ISO / mac / Mac shareware / Education / RLaB / help / quit < prev    next >
Text File  |  1994-09-21  |  385b  |  15 lines

  1. quit:
  2.  
  3. Syntax:    quit
  4.  
  5. Description:
  6.  
  7.     The statement `quit' causes RLaB to stop execution
  8.     immediately. Quit is an executable statement, that is, it is
  9.     not built into the parser, it only takes effect when executed.
  10.     This allows users to embed a quit statement in a branch of a
  11.     conditional statement.
  12.  
  13.     RLaB can also be stopped by a ctrl-d (hold down the control
  14.     key while typing `d').
  15.